2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / C1Chart Class / LoadLocalizations Method / LoadLocalizations(Byte[]) Method
Specifies the byte array to which localizations are written.

In This Topic
    LoadLocalizations(Byte[]) Method
    In This Topic
    Reads all localizations from the specified byte array and uses them locally at runtime.
    Syntax
    'Declaration
     
    Public Overloads Function LoadLocalizations( _
       ByVal byteArray() As System.Byte _
    ) As System.Boolean
    public System.bool LoadLocalizations( 
       System.byte[] byteArray
    )

    Parameters

    byteArray
    Specifies the byte array to which localizations are written.
    See Also